home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 68 / 68.xpi / chrome / dictionarysearch.jar / content / dictionarysearchPrefDialog.xul < prev   
Extensible Markup Language  |  2009-06-29  |  5KB  |  138 lines

  1. <?xml version="1.0"?>
  2. <!--$Id: dictionarysearchPrefDialog.xul,v 1.7 2009/06/28 19:54:27 jaap Exp $-->
  3.  
  4. <!-- ***** BEGIN LICENSE BLOCK *****
  5.    - Version: MPL 1.1/GPL 2.0/LGPL 2.1
  6.    -
  7.    - The contents of this file are subject to the Mozilla Public License Version
  8.    - 1.1 (the "License"); you may not use this file except in compliance with
  9.    - the License. You may obtain a copy of the License at
  10.    - http://www.mozilla.org/MPL/
  11.    -
  12.    - Software distributed under the License is distributed on an "AS IS" basis,
  13.    - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  14.    - for the specific language governing rights and limitations under the
  15.    - License.
  16.    -
  17.    -
  18.    - The Initial Developer of the Original Code is Jaap Haitsma.
  19.    - Portions created by the Initial Developer are Copyright (C) 2003
  20.    - by the Initial Developer. All Rights Reserved.
  21.  
  22.    - Contributor(s): Jaap Haitsma <jaap@haitsma.org>
  23.    -
  24.    - Alternatively, the contents of this file may be used under the terms of
  25.    - either the GNU General Public License Version 2 or later (the "GPL"), or
  26.    - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  27.    - in which case the provisions of the GPL or the LGPL are applicable instead
  28.    - of those above. If you wish to allow use of your version of this file only
  29.    - under the terms of either the GPL or the LGPL, and not to allow others to
  30.    - use your version of this file under the terms of the MPL, indicate your
  31.    - decision by deleting the provisions above and replace them with the notice
  32.    - and other provisions required by the LGPL or the GPL. If you do not delete
  33.    - the provisions above, a recipient may use your version of this file under
  34.    - the terms of any one of the MPL, the GPL or the LGPL.
  35.    -
  36.    - ***** END LICENSE BLOCK ***** -->
  37.  
  38.  
  39. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  40.  
  41. <!DOCTYPE window SYSTEM "chrome://dictionarysearch/locale/dictionarysearch.dtd" >
  42.  
  43.  
  44. <dialog id="dictionary_search_settings_dialog"
  45.         title="&dictionarysearch.title;"
  46.         buttons="accept,cancel, help"
  47.         onload="org.mozdev.dictionarysearch.loadSettings()"
  48.         minwidth="450"
  49.         ondialoghelp="window.openDialog('chrome://dictionarysearch/content/dictionarysearchHelpDialog.xul');"
  50.         ondialogaccept="org.mozdev.dictionarysearch.saveSettings()"
  51.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  52.         xmlns:html="http://www.w3.org/1999/xhtml">
  53.  
  54. <script src="dictionarysearchOverlay.js"/>
  55.  
  56. <stringbundle id="dictionarysearch_string_bundle" src="chrome://dictionarysearch/locale/dictionarysearch.properties"/>
  57.  
  58.  
  59. <groupbox orient="Vertical" width="100%">
  60.   <caption label="&dictionarysearch.settings;"/>
  61.  
  62.  
  63.     <description><html:b>&dictionarysearch.dictionary; 1</html:b></description>
  64.     <grid flex="1">
  65.       <columns>
  66.         <column flex="0"/>
  67.         <column flex="1"/>
  68.       </columns>
  69.       <rows>
  70.         <row>
  71.           <label control="dictionarysearchMenuText1" value="&dictionarysearch.menutext;"/>
  72.           <textbox id="dictionarysearchMenuText1" size="50" tabindex="0" flex="1"/>
  73.         </row>
  74.         <row>
  75.           <label control="dictionarysearchURL1" value="&dictionarysearch.url;"/>
  76.           <textbox id="dictionarysearchURL1" size="50" tabindex="1"/>
  77.         </row>
  78.       </rows>
  79.     </grid>
  80.  
  81.     <description><html:b>&dictionarysearch.dictionary; 2</html:b></description>
  82.     <grid flex="1">
  83.       <columns>
  84.         <column flex="0"/>
  85.         <column flex="1"/>
  86.       </columns>
  87.       <rows>
  88.         <row>
  89.           <label control="dictionarysearchMenuText2" value="&dictionarysearch.menutext;"/>
  90.           <textbox id="dictionarysearchMenuText2" size="50" tabindex="2" flex="1"/>
  91.         </row>
  92.         <row>
  93.           <label control="dictionarysearchURL2" value="&dictionarysearch.url;"/>
  94.           <textbox id="dictionarysearchURL2" size="50" tabindex="3"/>
  95.         </row>
  96.       </rows>
  97.     </grid>
  98.  
  99.     <description><html:b>&dictionarysearch.dictionary; 3</html:b></description>
  100.     <grid flex="1">
  101.       <columns>
  102.         <column flex="0"/>
  103.         <column flex="1"/>
  104.       </columns>
  105.       <rows>
  106.         <row>
  107.           <label control="dictionarysearchMenuText3" value="&dictionarysearch.menutext;"/>
  108.           <textbox id="dictionarysearchMenuText3" size="50" tabindex="4" flex="1"/>
  109.         </row>
  110.         <row>
  111.           <label control="dictionarysearchURL3" value="&dictionarysearch.url;"/>
  112.           <textbox id="dictionarysearchURL3" size="50" tabindex="5"/>
  113.         </row>
  114.       </rows>
  115.     </grid>
  116.  
  117.     <description><html:b>&dictionarysearch.dictionary; 4</html:b></description>
  118.     <grid flex="1">
  119.       <columns>
  120.         <column flex="0"/>
  121.         <column flex="1"/>
  122.       </columns>
  123.       <rows>
  124.         <row>
  125.           <label control="dictionarysearchMenuText4" value="&dictionarysearch.menutext;"/>
  126.           <textbox id="dictionarysearchMenuText4" size="50" tabindex="6" flex="1"/>
  127.         </row>
  128.         <row>
  129.           <label control="dictionarysearchURL4" value="&dictionarysearch.url;"/>
  130.           <textbox id="dictionarysearchURL4" size="50" tabindex="7"/>
  131.         </row>
  132.       </rows>
  133.     </grid>
  134.  
  135. </groupbox>
  136.  
  137. </dialog>
  138.